[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 PUTUSER

 Function
  Copy values from predeclared system variables (U_...) to the current users
  user information record.

 Syntax
  PUTUSER   No arguments are required

 Remarks
  There are many predeclared variables which may be used to access and
  change user information.  However, their values are undefined until you
  use GETUSER, and any changes you make don't take hold until you use
  PUTUSER.

 Examples
  IF (PSA(3)) THEN
   GETUSER
   INPUT "Addr 1",U_ADDR(0)
   INPUT "Addr 2",U_ADDR(1)
   INPUT "City  ",U_ADDR(2)
   INPUT "State ",U_ADDR(3)
   INPUT "ZIP   ",U_ADDR(4)
   INPUT "Cntry ",U_ADDR(5)
   PUTUSER
  ENDIF

See Also: GETUSER
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson